-
Notifications
You must be signed in to change notification settings - Fork 847
Support for gzip compression in OTLP exporter #6494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Support for gzip compression in OTLP exporter #6494
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6494 +/- ##
==========================================
+ Coverage 86.63% 86.83% +0.20%
==========================================
Files 258 258
Lines 11878 11907 +29
==========================================
+ Hits 10290 10340 +50
+ Misses 1588 1567 -21
Flags with carried forward coverage won't be shown. Click here to find out more.
|
...Telemetry.Exporter.OpenTelemetryProtocol/Implementation/ExportClient/OtlpGrpcExportClient.cs
Outdated
Show resolved
Hide resolved
...Telemetry.Exporter.OpenTelemetryProtocol/Implementation/ExportClient/OtlpGrpcExportClient.cs
Outdated
Show resolved
Hide resolved
...OpenTelemetry.Exporter.OpenTelemetryProtocol/Implementation/ExportClient/OtlpExportClient.cs
Outdated
Show resolved
Hide resolved
...OpenTelemetry.Exporter.OpenTelemetryProtocol/Implementation/ExportClient/OtlpExportClient.cs
Outdated
Show resolved
Hide resolved
test/OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests/TestGrpcMessageHandler.cs
Outdated
Show resolved
Hide resolved
...Telemetry.Exporter.OpenTelemetryProtocol/Implementation/ExportClient/OtlpGrpcExportClient.cs
Outdated
Show resolved
Hide resolved
@hannahhaering The OTLP Exporter currently lacks integration tests. With your proposed changes, did you test them with telemetry systems, and what were the results? Please update the PR description to include more details about how you tested with the collector or other services. It would be beneficial to verify with multiple sources. |
src/OpenTelemetry.Exporter.OpenTelemetryProtocol/.publicApi/Stable/PublicAPI.Unshipped.txt
Outdated
Show resolved
Hide resolved
…ahhaering/opentelemetry-dotnet into add-compression-in-exporter
…pcMessageHandler.cs Co-authored-by: Martin Costello <[email protected]>
src/OpenTelemetry.Exporter.OpenTelemetryProtocol/IOtlpExporterOptions.cs
Outdated
Show resolved
Hide resolved
...Telemetry.Exporter.OpenTelemetryProtocol/Implementation/ExportClient/OtlpGrpcExportClient.cs
Outdated
Show resolved
Hide resolved
src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpExportCompression.cs
Outdated
Show resolved
Hide resolved
...rter.OpenTelemetryProtocol.Tests/Implementation/ExportClient/OtlpExporterCompressionTests.cs
Outdated
Show resolved
Hide resolved
…Options.cs Co-authored-by: Martin Costello <[email protected]>
…pression.cs Co-authored-by: Martin Costello <[email protected]>
…ahhaering/opentelemetry-dotnet into add-compression-in-exporter
...Telemetry.Exporter.OpenTelemetryProtocol/Implementation/ExportClient/OtlpGrpcExportClient.cs
Outdated
Show resolved
Hide resolved
src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpExportCompression.cs
Outdated
Show resolved
Hide resolved
I updated the PR description. |
…pression.cs Co-authored-by: Martin Costello <[email protected]>
…ahhaering/opentelemetry-dotnet into add-compression-in-exporter
Co-authored-by: Cijo Thomas <[email protected]>
This PR was marked stale due to lack of activity and will be closed in 7 days. Commenting or pushing will instruct the bot to automatically remove the label. This bot runs once per day. |
This PR was marked stale due to lack of activity and will be closed in 7 days. Commenting or pushing will instruct the bot to automatically remove the label. This bot runs once per day. |
Implements #3961
Changes
Validation/Testing
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial changes